home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60750 / 60750.xpi / chrome / chromeFiles / skin / collegehumor / menubar-win.css < prev    next >
Cascading Style Sheet File  |  2010-01-20  |  1KB  |  36 lines

  1. #main-window[btBoom="collegehumor"]
  2.   #toolbar-menubar menubar > menu {
  3.     color: #fff !important;
  4.   }
  5. /*
  6. #main-window[btBoom="collegehumor"] #main-menubar > menu:hover {
  7.   opacity: 0.75;
  8. }
  9.   
  10. /* Menubar Text BG styling for windows/linux
  11. #main-window[btBoom="collegehumor"] #main-menubar > menu {
  12.   -moz-appearance: none;
  13.   background-color: transparent;
  14.   background-image: url("../../skin/collegehumor/resources/menubar/txt-end_bg.png");
  15.   background-repeat: no-repeat;
  16.   background-position: top right;
  17.   min-height: 16px;
  18.   -moz-box-align: start !important;
  19.   padding-right: 10px;
  20.   border: none !important;
  21.   margin-top: 3px;
  22.   margin-right: 2px;
  23. }
  24.   
  25.   #main-window[btBoom="collegehumor"] #main-menubar > menu > label {
  26.     background-color: transparent;
  27.     background-image: url("../../skin/collegehumor/resources/menubar/txt-start_bg.png");
  28.     background-repeat: no-repeat;
  29.     background-position: top left;
  30.     min-height: 16px;
  31.     padding-left: 10px;
  32.     margin: 0px 0px 0px 0px !important;
  33.     color: #fff;
  34.     font-weight: bold;
  35.   }
  36.